x11: Fix managed dnd
authorMatthias Clasen <mclasen@redhat.com>
Sun, 27 Aug 2017 02:13:25 +0000 (22:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 27 Aug 2017 12:55:16 +0000 (08:55 -0400)
We need to actually trigger the drop from the gdk side.

gdk/x11/gdkdnd-x11.c

index 8acf7be7b5d43630369a0c3962e015d3b722e9db..03812d6b8d27e39950188253d1d091bd1d7472ba 100644 (file)
@@ -2855,6 +2855,7 @@ static void
 gdk_x11_drag_context_drop_performed (GdkDragContext *context,
                                      guint32         time_)
 {
+  gdk_drag_drop (context, time_);
   drag_context_ungrab (context);
 }